- branching decision
- выбор ветви (в программе)
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Decision tree model — In computational complexity and communication complexity theories the decision tree model is the model of computation or communication in which an algorithm or communication process is considered to be basically a decision tree, i.e., a sequence… … Wikipedia
Branching identification key — A branching identification key is a presentation form of a single access key where the structure of the decision tree is displayed graphically as a branching structure, involving lines between items. [Winston, J. 1999. Describing Species.… … Wikipedia
decision tree — noun : a tree diagram which is used for making decisions in business or computer programming and of which the branches represent choices with associated risks, costs, results, or probabilities * * * decision tree, adj. Logic. a tree diagram in… … Useful english dictionary
decision tree — Alternative choices available at each stage of deciding how to manage a clinical problem, displayed graphically; at each branch or decision node, the probabilities of each outcome that can be predicted are shown; the relative worth of each… … Medical dictionary
branching instruction — šakojimo komanda statusas T sritis automatika atitikmenys: angl. branch instruction; branching instruction; decision instruction vok. Verzweigungsbefehl, m; Verzweigungsinstruktion, f rus. команда ветвления, f pranc. instruction de branchement, f … Automatikos terminų žodynas
decision instruction — šakojimo komanda statusas T sritis automatika atitikmenys: angl. branch instruction; branching instruction; decision instruction vok. Verzweigungsbefehl, m; Verzweigungsinstruktion, f rus. команда ветвления, f pranc. instruction de branchement, f … Automatikos terminų žodynas
Binary decision diagram — In the field of computer science, a binary decision diagram (BDD) or branching program, like a negation normal form (NNF) or a propositional directed acyclic graph (PDAG), is a data structure that is used to represent a Boolean function. On a… … Wikipedia
Binary Decision Diagram — Ein Binäres Entscheidungsdiagramm (BED; engl. binary decision diagram, BDD) ist eine Datenstruktur zur Repräsentation Boolescher Funktionen. Binäre Entscheidungsdiagramme werden vor allem im Bereich der Hardwaresynthese und verifikation… … Deutsch Wikipedia
Corporate use of Second Life — Virtual Worlds are 3D computer environments where each user is represented with a character avatar. Traditionally, virtual worlds have been used for entertainment. However, starting from approximately 2004 both corporate world and academia… … Wikipedia
NC (complexity) — Unsolved problems in computer science Is NC = P ? In complexity theory, the class NC (for Nick s Class ) is the set of decision problems decidable in polylogarithmic time on a parallel computer with a polynomial number of processors. In… … Wikipedia
Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… … Wikipedia